home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / overview / moreisbetter / mib-libraries / moreisbetter.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  1.5 KB  |  47 lines

  1. /*
  2.     File:        MoreIsBetter.h
  3.  
  4.     Contains:    convenience header for people with fast compilers and
  5.                 machines or people who don't mind waiting
  6.  
  7.     Written by:    Pete Gontier (PCG)
  8.  
  9.     Copyright:    Copyright (c) 1998 Apple Computer, Inc., All Rights Reserved.
  10.  
  11.                 You may incorporate this Apple sample source code into your program(s) without
  12.                 restriction. This Apple sample source code has been provided "AS IS" and the
  13.                 responsibility for its operation is yours. You are not permitted to redistribute
  14.                 this Apple sample source code as "Apple sample source code" after having made
  15.                 changes. If you're going to re-distribute the source, we require that you make
  16.                 it clear in the source that the code was descended from Apple sample source
  17.                 code, but that you've made changes.
  18.  
  19.     Change History (most recent first):
  20.  
  21.          <3>    11/11/98    PCG     fix header and add some more #include statements
  22.          <2>    10/11/98    Quinn   Convert "MorePrefix.h" to "MoreSetup.h".
  23.          <1>     6/16/98    PCG     initial checkin
  24. */
  25.  
  26.  
  27. #pragma once
  28.  
  29. #include "MoreSetup.h" // just in case
  30.  
  31. #include "MenuKeyGlyphs.h"
  32.  
  33. #include "MoreAppearance.h"
  34. #include "MoreAppleEvents.h"
  35. #include "MoreControls.h"
  36. #include "MoreCRC.h"
  37. #include "MoreDialogs.h"
  38. #include "MoreMenus.h"
  39. #include "MoreNetworkSetup.h"
  40. #include "MorePreferences.h"
  41. #include "MoreProcesses.h"
  42. #include "MoreQuickDraw.h"
  43. #include "MoreSound.h"
  44. #include "MoreTextUtils.h"
  45. #include "MoreToolbox.h"
  46. #include "MoreWindows.h"
  47.